Html Css Color HEX #CDB012 Bird Flower

📋 copy color: '#CDB012'

red 205 ◦ green 176 ◦ blue 18

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

Shades of Bird Flower #CDB012

Tints of Bird Flower #CDB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 51.38%
G = 44.11%
B = 4.51%

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

#CDB012 (or 0xCDB012) is known color: Bird Flower. HEX triplet: CD, B0 and 12. RGB value is (205,176,18). Sum of RGB (Red+Green+Blue) = 205+176+18=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB012 is #324FED. Grayscale: #A7A7A7. Windows color (decimal): -3297262 or 1224909. OLE color: 1224909.

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

Color convert

RGB 205 176 18 -
CMYK 0 0.14 0.91 0.20
HSL 50.7º 0.84% 0.44% -
HSV(B) 50.7º 0.91% 0.8% -
XYZ 40.81 44.07 6.93 -
YUV 166.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 205 176 18 0 0.14 0.91 0.20 50.7 0.84 0.44
Hex CD B0 12 0 E 5B 14 33 54 2C
Octal 315 260 22 0 16 133 24 63 124 54
Binary 11001101 10110000 10010 0 1110 1011011 10100 110011 1010100 101100

Color Harmonies of #CDB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB012

Black with #CDB012

Text Example


Text Example

White with #CDB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB012; }

 p { color: rgb(205,176,18); }

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

background-color css

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

 a { background-color: rgb(205,176,18); }

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

border-color css

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

 span { border-color: rgb(205,176,18); }

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