Html Css Color HEX #CCAD0A Bird Flower

📋 copy color: '#CCAD0A'

red 204 ◦ green 173 ◦ blue 10

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

Shades of Bird Flower #CCAD0A

Tints of Bird Flower #CCAD0A

RGB

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

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

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

R = 52.71%
G = 44.7%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCAD0A (or 0xCCAD0A) is known color: Bird Flower. HEX triplet: CC, AD and 0A. RGB value is (204,173,10). Sum of RGB (Red+Green+Blue) = 204+173+10=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAD0A is #3352F5. Grayscale: #A4A4A4. Windows color (decimal): -3363574 or 699852. OLE color: 699852.

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

Color convert

RGB 204 173 10 -
CMYK 0 0.15 0.95 0.2
HSL 50.41º 0.91% 0.42% -
HSV(B) 50.41º 0.95% 0.8% -
XYZ 39.9 42.75 6.44 -
YUV 163.69 41.27 156.75 -
System Red Green Blue C M Y K H S L
Decimal 204 173 10 0 0.15 0.95 0.2 50.41 0.91 0.42
Hex CC AD A 0 F 5F 14 32 5B 2A
Octal 314 255 12 0 17 137 24 62 133 52
Binary 11001100 10101101 1010 0 1111 1011111 10100 110010 1011011 101010

Color Harmonies of #CCAD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD0A

Black with #CCAD0A

Text Example


Text Example

White with #CCAD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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