Html Css Color HEX #CDB113 Bird Flower

📋 copy color: '#CDB113'

red 205 ◦ green 177 ◦ blue 19

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

Shades of Bird Flower #CDB113

Tints of Bird Flower #CDB113

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

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

R = 51.12%
G = 44.14%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDB113 (or 0xCDB113) is known color: Bird Flower. HEX triplet: CD, B1 and 13. RGB value is (205,177,19). Sum of RGB (Red+Green+Blue) = 205+177+19=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB113 is #324EEC. Grayscale: #A8A8A8. Windows color (decimal): -3297005 or 1290701. OLE color: 1290701.

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

Color convert

RGB 205 177 19 -
CMYK 0 0.14 0.91 0.20
HSL 50.97º 0.83% 0.44% -
HSV(B) 50.97º 0.91% 0.8% -
XYZ 41.02 44.47 7.04 -
YUV 167.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 205 177 19 0 0.14 0.91 0.20 50.97 0.83 0.44
Hex CD B1 13 0 E 5B 14 33 53 2C
Octal 315 261 23 0 16 133 24 63 123 54
Binary 11001101 10110001 10011 0 1110 1011011 10100 110011 1010011 101100

Color Harmonies of #CDB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB113

Black with #CDB113

Text Example


Text Example

White with #CDB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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