Html Css Color HEX #CDB819 Bird Flower

📋 copy color: '#CDB819'

red 205 ◦ green 184 ◦ blue 25

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

Shades of Bird Flower #CDB819

Tints of Bird Flower #CDB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.44%

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

R = 49.52%
G = 44.44%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CDB819 (or 0xCDB819) is known color: Bird Flower. HEX triplet: CD, B8 and 19. RGB value is (205,184,25). Sum of RGB (Red+Green+Blue) = 205+184+25=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB819 is #3247E6. Grayscale: #ACACAC. Windows color (decimal): -3295207 or 1685709. OLE color: 1685709.

HSL color Cylindrical-coordinate representation of color #CDB819: hue angle of 53º 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 #CDB819 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 25 -
CMYK 0 0.10 0.88 0.20
HSL 53º 0.78% 0.45% -
HSV(B) 53º 0.88% 0.8% -
XYZ 42.49 47.33 7.82 -
YUV 172.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 205 184 25 0 0.10 0.88 0.20 53 0.78 0.45
Hex CD B8 19 0 A 58 14 35 4E 2D
Octal 315 270 31 0 12 130 24 65 116 55
Binary 11001101 10111000 11001 0 1010 1011000 10100 110101 1001110 101101

Color Harmonies of #CDB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB819

Black with #CDB819

Text Example


Text Example

White with #CDB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB819; }

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

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

background-color css

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

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

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

border-color css

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

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

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