Html Css Color HEX #CCAD02 Bird Flower

📋 copy color: '#CCAD02'

red 204 ◦ green 173 ◦ blue 2

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

Shades of Bird Flower #CCAD02

Tints of Bird Flower #CCAD02

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.65%

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

R = 53.83%
G = 45.65%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCAD02 (or 0xCCAD02) is known color: Bird Flower. HEX triplet: CC, AD and 02. RGB value is (204,173,2). Sum of RGB (Red+Green+Blue) = 204+173+2=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAD02 is #3352FD. Grayscale: #A3A3A3. Windows color (decimal): -3363582 or 175564. OLE color: 175564.

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

Color convert

RGB 204 173 2 -
CMYK 0 0.15 0.99 0.2
HSL 50.79º 0.98% 0.4% -
HSV(B) 50.79º 0.99% 0.8% -
XYZ 39.86 42.73 6.2 -
YUV 162.78 37.27 157.4 -
System Red Green Blue C M Y K H S L
Decimal 204 173 2 0 0.15 0.99 0.2 50.79 0.98 0.4
Hex CC AD 2 0 F 63 14 33 62 28
Octal 314 255 2 0 17 143 24 63 142 50
Binary 11001100 10101101 10 0 1111 1100011 10100 110011 1100010 101000

Color Harmonies of #CCAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD02

Black with #CCAD02

Text Example


Text Example

White with #CCAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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