Html Css Color HEX #CCB80A Bird Flower

📋 copy color: '#CCB80A'

red 204 ◦ green 184 ◦ blue 10

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

Shades of Bird Flower #CCB80A

Tints of Bird Flower #CCB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.23%

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

R = 51.26%
G = 46.23%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCB80A (or 0xCCB80A) is known color: Bird Flower. HEX triplet: CC, B8 and 0A. RGB value is (204,184,10). Sum of RGB (Red+Green+Blue) = 204+184+10=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB80A is #3347F5. Grayscale: #AAAAAA. Windows color (decimal): -3360758 or 702668. OLE color: 702668.

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

Color convert

RGB 204 184 10 -
CMYK 0 0.10 0.95 0.2
HSL 53.81º 0.91% 0.42% -
HSV(B) 53.81º 0.95% 0.8% -
XYZ 42.1 47.14 7.17 -
YUV 170.14 37.63 152.15 -
System Red Green Blue C M Y K H S L
Decimal 204 184 10 0 0.10 0.95 0.2 53.81 0.91 0.42
Hex CC B8 A 0 A 5F 14 36 5B 2A
Octal 314 270 12 0 12 137 24 66 133 52
Binary 11001100 10111000 1010 0 1010 1011111 10100 110110 1011011 101010

Color Harmonies of #CCB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB80A

Black with #CCB80A

Text Example


Text Example

White with #CCB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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