Html Css Color HEX #CCAB03 Bird Flower

📋 copy color: '#CCAB03'

red 204 ◦ green 171 ◦ blue 3

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

Shades of Bird Flower #CCAB03

Tints of Bird Flower #CCAB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 53.97%
G = 45.24%
B = 0.79%

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

#CCAB03 (or 0xCCAB03) is known color: Bird Flower. HEX triplet: CC, AB and 03. RGB value is (204,171,3). Sum of RGB (Red+Green+Blue) = 204+171+3=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB03 is #3354FC. Grayscale: #A2A2A2. Windows color (decimal): -3364093 or 240588. OLE color: 240588.

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

Color convert

RGB 204 171 3 -
CMYK 0 0.16 0.99 0.2
HSL 50.15º 0.97% 0.41% -
HSV(B) 50.15º 0.99% 0.8% -
XYZ 39.48 41.97 6.11 -
YUV 161.72 38.43 158.16 -
System Red Green Blue C M Y K H S L
Decimal 204 171 3 0 0.16 0.99 0.2 50.15 0.97 0.41
Hex CC AB 3 0 10 63 14 32 61 29
Octal 314 253 3 0 20 143 24 62 141 51
Binary 11001100 10101011 11 0 10000 1100011 10100 110010 1100001 101001

Color Harmonies of #CCAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB03

Black with #CCAB03

Text Example


Text Example

White with #CCAB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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