Html Css Color HEX #CCCA14 Bird Flower

📋 copy color: '#CCCA14'

red 204 ◦ green 202 ◦ blue 20

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

Shades of Bird Flower #CCCA14

Tints of Bird Flower #CCCA14

RGB

 RED value IS 204 (80.08% from 255) = 47.89%

 GREEN value IS 202 (79.3% from 255) = 47.42%

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

R = 47.89%
G = 47.42%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCCA14 (or 0xCCCA14) is known color: Bird Flower. HEX triplet: CC, CA and 14. RGB value is (204,202,20). Sum of RGB (Red+Green+Blue) = 204+202+20=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCA14 is #3335EB. Grayscale: #B6B6B6. Windows color (decimal): -3356140 or 1362636. OLE color: 1362636.

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

Color convert

RGB 204 202 20 -
CMYK 0 0.01 0.90 0.2
HSL 59.35º 0.82% 0.44% -
HSV(B) 59.35º 0.9% 0.8% -
XYZ 46.15 55.13 8.87 -
YUV 181.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 204 202 20 0 0.01 0.90 0.2 59.35 0.82 0.44
Hex CC CA 14 0 1 5A 14 3B 52 2C
Octal 314 312 24 0 1 132 24 73 122 54
Binary 11001100 11001010 10100 0 1 1011010 10100 111011 1010010 101100

Color Harmonies of #CCCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA14

Black with #CCCA14

Text Example


Text Example

White with #CCCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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