Html Css Color HEX #CDB211 Bird Flower

📋 copy color: '#CDB211'

red 205 ◦ green 178 ◦ blue 17

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

Shades of Bird Flower #CDB211

Tints of Bird Flower #CDB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 51.25%
G = 44.5%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CDB211 (or 0xCDB211) is known color: Bird Flower. HEX triplet: CD, B2 and 11. RGB value is (205,178,17). Sum of RGB (Red+Green+Blue) = 205+178+17=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB211 is #324DEE. Grayscale: #A8A8A8. Windows color (decimal): -3296751 or 1159885. OLE color: 1159885.

HSL color Cylindrical-coordinate representation of color #CDB211: hue angle of 51.38º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDB211 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 17 -
CMYK 0 0.13 0.92 0.20
HSL 51.38º 0.85% 0.44% -
HSV(B) 51.38º 0.92% 0.8% -
XYZ 41.2 44.86 7.02 -
YUV 167.72 42.95 154.59 -
System Red Green Blue C M Y K H S L
Decimal 205 178 17 0 0.13 0.92 0.20 51.38 0.85 0.44
Hex CD B2 11 0 D 5C 14 33 55 2C
Octal 315 262 21 0 15 134 24 63 125 54
Binary 11001101 10110010 10001 0 1101 1011100 10100 110011 1010101 101100

Color Harmonies of #CDB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB211

Black with #CDB211

Text Example


Text Example

White with #CDB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB211; }

 p { color: rgb(205,178,17); }

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

background-color css

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

 a { background-color: rgb(205,178,17); }

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

border-color css

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

 span { border-color: rgb(205,178,17); }

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