Html Css Color HEX #CDB214 Bird Flower

📋 copy color: '#CDB214'

red 205 ◦ green 178 ◦ blue 20

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

Shades of Bird Flower #CDB214

Tints of Bird Flower #CDB214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 50.87%
G = 44.17%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDB214 (or 0xCDB214) is known color: Bird Flower. HEX triplet: CD, B2 and 14. RGB value is (205,178,20). Sum of RGB (Red+Green+Blue) = 205+178+20=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB214 is #324DEB. Grayscale: #A8A8A8. Windows color (decimal): -3296748 or 1356493. OLE color: 1356493.

HSL color Cylindrical-coordinate representation of color #CDB214: hue angle of 51.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDB214 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 20 -
CMYK 0 0.13 0.90 0.20
HSL 51.24º 0.82% 0.44% -
HSV(B) 51.24º 0.9% 0.8% -
XYZ 41.22 44.87 7.15 -
YUV 168.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 205 178 20 0 0.13 0.90 0.20 51.24 0.82 0.44
Hex CD B2 14 0 D 5A 14 33 52 2C
Octal 315 262 24 0 15 132 24 63 122 54
Binary 11001101 10110010 10100 0 1101 1011010 10100 110011 1010010 101100

Color Harmonies of #CDB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB214

Black with #CDB214

Text Example


Text Example

White with #CDB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB214; }

 p { color: rgb(205,178,20); }

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

background-color css

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

 a { background-color: rgb(205,178,20); }

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

border-color css

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

 span { border-color: rgb(205,178,20); }

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