Html Css Color HEX #CCCA04 Bird Flower

📋 copy color: '#CCCA04'

red 204 ◦ green 202 ◦ blue 4

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

Shades of Bird Flower #CCCA04

Tints of Bird Flower #CCCA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 49.76%
G = 49.27%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCCA04 (or 0xCCCA04) is known color: Bird Flower. HEX triplet: CC, CA and 04. RGB value is (204,202,4). Sum of RGB (Red+Green+Blue) = 204+202+4=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCA04 is #3335FB. Grayscale: #B4B4B4. Windows color (decimal): -3356156 or 314060. OLE color: 314060.

HSL color Cylindrical-coordinate representation of color #CCCA04: hue angle of 59.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCCA04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 4 -
CMYK 0 0.01 0.98 0.2
HSL 59.4º 0.96% 0.41% -
HSV(B) 59.4º 0.98% 0.8% -
XYZ 46.04 55.09 8.32 -
YUV 180.03 28.66 145.1 -
System Red Green Blue C M Y K H S L
Decimal 204 202 4 0 0.01 0.98 0.2 59.4 0.96 0.41
Hex CC CA 4 0 1 62 14 3B 60 29
Octal 314 312 4 0 1 142 24 73 140 51
Binary 11001100 11001010 100 0 1 1100010 10100 111011 1100000 101001

Color Harmonies of #CCCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA04

Black with #CCCA04

Text Example


Text Example

White with #CCCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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