Html Css Color HEX #CCCA0A Bird Flower

📋 copy color: '#CCCA0A'

red 204 ◦ green 202 ◦ blue 10

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

Shades of Bird Flower #CCCA0A

Tints of Bird Flower #CCCA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 49.04%
G = 48.56%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCCA0A (or 0xCCCA0A) is known color: Bird Flower. HEX triplet: CC, CA and 0A. RGB value is (204,202,10). Sum of RGB (Red+Green+Blue) = 204+202+10=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCA0A is #3335F5. Grayscale: #B5B5B5. Windows color (decimal): -3356150 or 707276. OLE color: 707276.

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

Color convert

RGB 204 202 10 -
CMYK 0 0.01 0.95 0.2
HSL 59.38º 0.91% 0.42% -
HSV(B) 59.38º 0.95% 0.8% -
XYZ 46.08 55.1 8.49 -
YUV 180.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 204 202 10 0 0.01 0.95 0.2 59.38 0.91 0.42
Hex CC CA A 0 1 5F 14 3B 5B 2A
Octal 314 312 12 0 1 137 24 73 133 52
Binary 11001100 11001010 1010 0 1 1011111 10100 111011 1011011 101010

Color Harmonies of #CCCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA0A

Black with #CCCA0A

Text Example


Text Example

White with #CCCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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