#CEBD1D

Color #CEBD1D Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CEBD1D

Tints of Bird Flower #CEBD1D

Color information

#CEBD1D (or 0xCEBD1D) is unknown color: approx Bird Flower. HEX triplet: CE, BD and 1D. RGB value is (206,189,29). Sum of RGB (Red+Green+Blue) = 206+189+29=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD1D is #3142E2. Grayscale: #B0B0B0. Windows color (decimal): -3228387 or 1949134. OLE color: 1949134.

HSL color Cylindrical-coordinate representation of color #CEBD1D: hue angle of 54.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEBD1D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20618929-
CMYK00.080.860.19
HSL54.24º75.32%46.08%-
HSV(B)54.24º85.92%80.78%-
XYZ43.8749.618.42-
YUV175.8445.13149.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 29 (11.72% from 255) = 6.84%
R=48.58%
G=44.58%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061892900.080.860.1954.2475.3246.08
HexCEBD1D085613364b2e
Octal31627535010126236611356
Binary110011101011110111101010001010110100111101101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD1D; }

 p { color: rgb(206,189,29); }

 H1.HeaderClassName
 {
   color: #CEBD1D;
 }
 .AnyTagClassName
 {
   color: #CEBD1D;
 }
</style>
background-color css

<style>
 a { background-color: #CEBD1D; }

 a { background-color: rgb(206,189,29); }

 div.DivClassName
 {
   background-color: #CEBD1D;
 }
 .BgClassName
 {
   background-color: #CEBD1D;
 }
</style>
border-color css

<style>
 span { border-color: #CEBD1D; }

 span { border-color: rgb(206,189,29); }

 td.TdClassName
 {
   border-color: #CEBD1D;
 }
 .TagClassName
 {
   border-color: #CEBD1D;
 }
</style>