Html Css Color HEX #CDB913 Bird Flower

📋 copy color: '#CDB913'

red 205 ◦ green 185 ◦ blue 19

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

Shades of Bird Flower #CDB913

Tints of Bird Flower #CDB913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 50.12%
G = 45.23%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDB913 (or 0xCDB913) is known color: Bird Flower. HEX triplet: CD, B9 and 13. RGB value is (205,185,19). Sum of RGB (Red+Green+Blue) = 205+185+19=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB913 is #3246EC. Grayscale: #ACACAC. Windows color (decimal): -3294957 or 1292749. OLE color: 1292749.

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

Color convert

RGB 205 185 19 -
CMYK 0 0.10 0.91 0.20
HSL 53.55º 0.83% 0.44% -
HSV(B) 53.55º 0.91% 0.8% -
XYZ 42.64 47.72 7.58 -
YUV 172.06 41.63 151.5 -
System Red Green Blue C M Y K H S L
Decimal 205 185 19 0 0.10 0.91 0.20 53.55 0.83 0.44
Hex CD B9 13 0 A 5B 14 36 53 2C
Octal 315 271 23 0 12 133 24 66 123 54
Binary 11001101 10111001 10011 0 1010 1011011 10100 110110 1010011 101100

Color Harmonies of #CDB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB913

Black with #CDB913

Text Example


Text Example

White with #CDB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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