Html Css Color HEX #CDC414 Bird Flower

📋 copy color: '#CDC414'

red 205 ◦ green 196 ◦ blue 20

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

Shades of Bird Flower #CDC414

Tints of Bird Flower #CDC414

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.56%

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

R = 48.69%
G = 46.56%
B = 4.75%

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

#CDC414 (or 0xCDC414) is known color: Bird Flower. HEX triplet: CD, C4 and 14. RGB value is (205,196,20). Sum of RGB (Red+Green+Blue) = 205+196+20=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC414 is #323BEB. Grayscale: #B3B3B3. Windows color (decimal): -3292140 or 1361101. OLE color: 1361101.

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

Color convert

RGB 205 196 20 -
CMYK 0 0.04 0.90 0.20
HSL 57.08º 0.82% 0.44% -
HSV(B) 57.08º 0.9% 0.8% -
XYZ 45.04 52.51 8.42 -
YUV 178.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 205 196 20 0 0.04 0.90 0.20 57.08 0.82 0.44
Hex CD C4 14 0 4 5A 14 39 52 2C
Octal 315 304 24 0 4 132 24 71 122 54
Binary 11001101 11000100 10100 0 100 1011010 10100 111001 1010010 101100

Color Harmonies of #CDC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC414

Black with #CDC414

Text Example


Text Example

White with #CDC414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC414; }

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

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

background-color css

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

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

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

border-color css

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

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

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