Html Css Color HEX #CDC014 Bird Flower

📋 copy color: '#CDC014'

red 205 ◦ green 192 ◦ blue 20

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

Shades of Bird Flower #CDC014

Tints of Bird Flower #CDC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

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

R = 49.16%
G = 46.04%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDC014 (or 0xCDC014) is known color: Bird Flower. HEX triplet: CD, C0 and 14. RGB value is (205,192,20). Sum of RGB (Red+Green+Blue) = 205+192+20=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC014 is #323FEB. Grayscale: #B0B0B0. Windows color (decimal): -3293164 or 1360077. OLE color: 1360077.

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

Color convert

RGB 205 192 20 -
CMYK 0 0.06 0.90 0.20
HSL 55.78º 0.82% 0.44% -
HSV(B) 55.78º 0.9% 0.8% -
XYZ 44.15 50.73 8.13 -
YUV 176.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 205 192 20 0 0.06 0.90 0.20 55.78 0.82 0.44
Hex CD C0 14 0 6 5A 14 38 52 2C
Octal 315 300 24 0 6 132 24 70 122 54
Binary 11001101 11000000 10100 0 110 1011010 10100 111000 1010010 101100

Color Harmonies of #CDC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC014

Black with #CDC014

Text Example


Text Example

White with #CDC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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