Html Css Color HEX #CCAD00 Bird Flower

📋 copy color: '#CCAD00'

red 204 ◦ green 173 ◦ blue 0

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

Shades of Bird Flower #CCAD00

Tints of Bird Flower #CCAD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.11%
G = 45.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCAD00 (or 0xCCAD00) is known color: Bird Flower. HEX triplet: CC, AD and 00. RGB value is (204,173,0). Sum of RGB (Red+Green+Blue) = 204+173+0=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAD00 is #3352FF. Grayscale: #A3A3A3. Windows color (decimal): -3363584 or 44492. OLE color: 44492.

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

Color convert

RGB 204 173 0 -
CMYK 0 0.15 1 0.2
HSL 50.88º 1% 0.4% -
HSV(B) 50.88º 1% 0.8% -
XYZ 39.85 42.72 6.15 -
YUV 162.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 204 173 0 0 0.15 1 0.2 50.88 1 0.4
Hex CC AD 0 0 F 64 14 33 64 28
Octal 314 255 0 0 17 144 24 63 144 50
Binary 11001100 10101101 0 0 1111 1100100 10100 110011 1100100 101000

Color Harmonies of #CCAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD00

Black with #CCAD00

Text Example


Text Example

White with #CCAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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