Html Css Color HEX #CCCA02 Bird Flower

📋 copy color: '#CCCA02'

red 204 ◦ green 202 ◦ blue 2

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

Shades of Bird Flower #CCCA02

Tints of Bird Flower #CCCA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 50%
G = 49.51%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCCA02 (or 0xCCCA02) is known color: Bird Flower. HEX triplet: CC, CA and 02. RGB value is (204,202,2). Sum of RGB (Red+Green+Blue) = 204+202+2=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCA02 is #3335FD. Grayscale: #B4B4B4. Windows color (decimal): -3356158 or 182988. OLE color: 182988.

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

Color convert

RGB 204 202 2 -
CMYK 0 0.01 0.99 0.2
HSL 59.41º 0.98% 0.4% -
HSV(B) 59.41º 0.99% 0.8% -
XYZ 46.03 55.08 8.26 -
YUV 179.8 27.66 145.26 -
System Red Green Blue C M Y K H S L
Decimal 204 202 2 0 0.01 0.99 0.2 59.41 0.98 0.4
Hex CC CA 2 0 1 63 14 3B 62 28
Octal 314 312 2 0 1 143 24 73 142 50
Binary 11001100 11001010 10 0 1 1100011 10100 111011 1100010 101000

Color Harmonies of #CCCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA02

Black with #CCCA02

Text Example


Text Example

White with #CCCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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