Html Css Color HEX #CDCC14 Bird Flower

📋 copy color: '#CDCC14'

red 205 ◦ green 204 ◦ blue 20

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

Shades of Bird Flower #CDCC14

Tints of Bird Flower #CDCC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.55%

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

R = 47.79%
G = 47.55%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDCC14 (or 0xCDCC14) is known color: Bird Flower. HEX triplet: CD, CC and 14. RGB value is (205,204,20). Sum of RGB (Red+Green+Blue) = 205+204+20=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCC14 is #3233EB. Grayscale: #B8B8B8. Windows color (decimal): -3290092 or 1363149. OLE color: 1363149.

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

Color convert

RGB 205 204 20 -
CMYK 0 0.00 0.90 0.20
HSL 59.68º 0.82% 0.44% -
HSV(B) 59.68º 0.9% 0.8% -
XYZ 46.9 56.22 9.04 -
YUV 183.32 35.83 143.46 -
System Red Green Blue C M Y K H S L
Decimal 205 204 20 0 0.00 0.90 0.20 59.68 0.82 0.44
Hex CD CC 14 0 0 5A 14 3C 52 2C
Octal 315 314 24 0 0 132 24 74 122 54
Binary 11001101 11001100 10100 0 0 1011010 10100 111100 1010010 101100

Color Harmonies of #CDCC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC14

Black with #CDCC14

Text Example


Text Example

White with #CDCC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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