Html Css Color HEX #CDB919 Bird Flower

📋 copy color: '#CDB919'

red 205 ◦ green 185 ◦ blue 25

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

Shades of Bird Flower #CDB919

Tints of Bird Flower #CDB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

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

R = 49.4%
G = 44.58%
B = 6.02%

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

#CDB919 (or 0xCDB919) is known color: Bird Flower. HEX triplet: CD, B9 and 19. RGB value is (205,185,25). Sum of RGB (Red+Green+Blue) = 205+185+25=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB919 is #3246E6. Grayscale: #ADADAD. Windows color (decimal): -3294951 or 1685965. OLE color: 1685965.

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

Color convert

RGB 205 185 25 -
CMYK 0 0.10 0.88 0.20
HSL 53.33º 0.78% 0.45% -
HSV(B) 53.33º 0.88% 0.8% -
XYZ 42.7 47.75 7.89 -
YUV 172.74 44.63 151.01 -
System Red Green Blue C M Y K H S L
Decimal 205 185 25 0 0.10 0.88 0.20 53.33 0.78 0.45
Hex CD B9 19 0 A 58 14 35 4E 2D
Octal 315 271 31 0 12 130 24 65 116 55
Binary 11001101 10111001 11001 0 1010 1011000 10100 110101 1001110 101101

Color Harmonies of #CDB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB919

Black with #CDB919

Text Example


Text Example

White with #CDB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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