Html Css Color HEX #CCAB02 Bird Flower

📋 copy color: '#CCAB02'

red 204 ◦ green 171 ◦ blue 2

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

Shades of Bird Flower #CCAB02

Tints of Bird Flower #CCAB02

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.36%

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

R = 54.11%
G = 45.36%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCAB02 (or 0xCCAB02) is known color: Bird Flower. HEX triplet: CC, AB and 02. RGB value is (204,171,2). Sum of RGB (Red+Green+Blue) = 204+171+2=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB02 is #3354FD. Grayscale: #A2A2A2. Windows color (decimal): -3364094 or 175052. OLE color: 175052.

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

Color convert

RGB 204 171 2 -
CMYK 0 0.16 0.99 0.2
HSL 50.2º 0.98% 0.4% -
HSV(B) 50.2º 0.99% 0.8% -
XYZ 39.48 41.97 6.08 -
YUV 161.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 204 171 2 0 0.16 0.99 0.2 50.2 0.98 0.4
Hex CC AB 2 0 10 63 14 32 62 28
Octal 314 253 2 0 20 143 24 62 142 50
Binary 11001100 10101011 10 0 10000 1100011 10100 110010 1100010 101000

Color Harmonies of #CCAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB02

Black with #CCAB02

Text Example


Text Example

White with #CCAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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