Html Css Color HEX #CDC514 Bird Flower

📋 copy color: '#CDC514'

red 205 ◦ green 197 ◦ blue 20

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

Shades of Bird Flower #CDC514

Tints of Bird Flower #CDC514

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 48.58%
G = 46.68%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDC514 (or 0xCDC514) is known color: Bird Flower. HEX triplet: CD, C5 and 14. RGB value is (205,197,20). Sum of RGB (Red+Green+Blue) = 205+197+20=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC514 is #323AEB. Grayscale: #B3B3B3. Windows color (decimal): -3291884 or 1361357. OLE color: 1361357.

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

Color convert

RGB 205 197 20 -
CMYK 0 0.04 0.90 0.20
HSL 57.41º 0.82% 0.44% -
HSV(B) 57.41º 0.9% 0.8% -
XYZ 45.27 52.96 8.5 -
YUV 179.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 205 197 20 0 0.04 0.90 0.20 57.41 0.82 0.44
Hex CD C5 14 0 4 5A 14 39 52 2C
Octal 315 305 24 0 4 132 24 71 122 54
Binary 11001101 11000101 10100 0 100 1011010 10100 111001 1010010 101100

Color Harmonies of #CDC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC514

Black with #CDC514

Text Example


Text Example

White with #CDC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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