Html Css Color HEX #CDB006 Bird Flower

📋 copy color: '#CDB006'

red 205 ◦ green 176 ◦ blue 6

#CDB006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CDB006

Tints of Bird Flower #CDB006

RGB

 RED value IS 205 (80.47% from 255) = 52.97%

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 52.97%
G = 45.48%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CDB006 (or 0xCDB006) is known color: Bird Flower. HEX triplet: CD, B0 and 06. RGB value is (205,176,6). Sum of RGB (Red+Green+Blue) = 205+176+6=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB006 is #324FF9. Grayscale: #A5A5A5. Windows color (decimal): -3297274 or 438477. OLE color: 438477.

HSL color Cylindrical-coordinate representation of color #CDB006: hue angle of 51.26º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDB006 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 6 -
CMYK 0 0.14 0.97 0.20
HSL 51.26º 0.94% 0.41% -
HSV(B) 51.26º 0.97% 0.8% -
XYZ 40.74 44.04 6.53 -
YUV 165.29 38.11 156.32 -
System Red Green Blue C M Y K H S L
Decimal 205 176 6 0 0.14 0.97 0.20 51.26 0.94 0.41
Hex CD B0 6 0 E 61 14 33 5E 29
Octal 315 260 6 0 16 141 24 63 136 51
Binary 11001101 10110000 110 0 1110 1100001 10100 110011 1011110 101001

Color Harmonies of #CDB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB006

Black with #CDB006

Text Example


Text Example

White with #CDB006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB006; }

 p { color: rgb(205,176,6); }

 H1.HeaderClassName
 {
   color: #CDB006;
 }
 .AnyTagClassName
 {
   color: #CDB006;
 }
</style>

background-color css

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

 a { background-color: rgb(205,176,6); }

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

border-color css

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

 span { border-color: rgb(205,176,6); }

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