Html Css Color HEX #CCB50A Bird Flower

📋 copy color: '#CCB50A'

red 204 ◦ green 181 ◦ blue 10

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

Shades of Bird Flower #CCB50A

Tints of Bird Flower #CCB50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.82%

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

R = 51.65%
G = 45.82%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCB50A (or 0xCCB50A) is known color: Bird Flower. HEX triplet: CC, B5 and 0A. RGB value is (204,181,10). Sum of RGB (Red+Green+Blue) = 204+181+10=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB50A is #334AF5. Grayscale: #A9A9A9. Windows color (decimal): -3361526 or 701900. OLE color: 701900.

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

Color convert

RGB 204 181 10 -
CMYK 0 0.11 0.95 0.2
HSL 52.89º 0.91% 0.42% -
HSV(B) 52.89º 0.95% 0.8% -
XYZ 41.48 45.91 6.96 -
YUV 168.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 204 181 10 0 0.11 0.95 0.2 52.89 0.91 0.42
Hex CC B5 A 0 B 5F 14 35 5B 2A
Octal 314 265 12 0 13 137 24 65 133 52
Binary 11001100 10110101 1010 0 1011 1011111 10100 110101 1011011 101010

Color Harmonies of #CCB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB50A

Black with #CCB50A

Text Example


Text Example

White with #CCB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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