Html Css Color HEX #CCB51A Bird Flower

📋 copy color: '#CCB51A'

red 204 ◦ green 181 ◦ blue 26

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

Shades of Bird Flower #CCB51A

Tints of Bird Flower #CCB51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 49.64%
G = 44.04%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCB51A (or 0xCCB51A) is known color: Bird Flower. HEX triplet: CC, B5 and 1A. RGB value is (204,181,26). Sum of RGB (Red+Green+Blue) = 204+181+26=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB51A is #334AE5. Grayscale: #AAAAAA. Windows color (decimal): -3361510 or 1750476. OLE color: 1750476.

HSL color Cylindrical-coordinate representation of color #CCB51A: hue angle of 52.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCB51A is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 26 -
CMYK 0 0.11 0.87 0.2
HSL 52.25º 0.77% 0.45% -
HSV(B) 52.25º 0.87% 0.8% -
XYZ 41.61 45.96 7.66 -
YUV 170.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 204 181 26 0 0.11 0.87 0.2 52.25 0.77 0.45
Hex CC B5 1A 0 B 57 14 34 4D 2D
Octal 314 265 32 0 13 127 24 64 115 55
Binary 11001100 10110101 11010 0 1011 1010111 10100 110100 1001101 101101

Color Harmonies of #CCB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB51A

Black with #CCB51A

Text Example


Text Example

White with #CCB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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