Html Css Color HEX #CDB219 Bird Flower

📋 copy color: '#CDB219'

red 205 ◦ green 178 ◦ blue 25

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

Shades of Bird Flower #CDB219

Tints of Bird Flower #CDB219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.13%

R = 50.25%
G = 43.63%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDB219 (or 0xCDB219) is known color: Bird Flower. HEX triplet: CD, B2 and 19. RGB value is (205,178,25). Sum of RGB (Red+Green+Blue) = 205+178+25=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB219 is #324DE6. Grayscale: #A9A9A9. Windows color (decimal): -3296743 or 1684173. OLE color: 1684173.

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

Color convert

RGB 205 178 25 -
CMYK 0 0.13 0.88 0.20
HSL 51º 0.78% 0.45% -
HSV(B) 51º 0.88% 0.8% -
XYZ 41.27 44.89 7.41 -
YUV 168.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 205 178 25 0 0.13 0.88 0.20 51 0.78 0.45
Hex CD B2 19 0 D 58 14 33 4E 2D
Octal 315 262 31 0 15 130 24 63 116 55
Binary 11001101 10110010 11001 0 1101 1011000 10100 110011 1001110 101101

Color Harmonies of #CDB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB219

Black with #CDB219

Text Example


Text Example

White with #CDB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB219; }

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

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

background-color css

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

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

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

border-color css

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

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

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