Html Css Color HEX #CCB11A Bird Flower

📋 copy color: '#CCB11A'

red 204 ◦ green 177 ◦ blue 26

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

Shades of Bird Flower #CCB11A

Tints of Bird Flower #CCB11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.49%

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

R = 50.12%
G = 43.49%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCB11A (or 0xCCB11A) is known color: Bird Flower. HEX triplet: CC, B1 and 1A. RGB value is (204,177,26). Sum of RGB (Red+Green+Blue) = 204+177+26=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB11A is #334EE5. Grayscale: #A8A8A8. Windows color (decimal): -3362534 or 1749452. OLE color: 1749452.

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

Color convert

RGB 204 177 26 -
CMYK 0 0.13 0.87 0.2
HSL 50.9º 0.77% 0.45% -
HSV(B) 50.9º 0.87% 0.8% -
XYZ 40.81 44.36 7.39 -
YUV 167.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 204 177 26 0 0.13 0.87 0.2 50.9 0.77 0.45
Hex CC B1 1A 0 D 57 14 33 4D 2D
Octal 314 261 32 0 15 127 24 63 115 55
Binary 11001100 10110001 11010 0 1101 1010111 10100 110011 1001101 101101

Color Harmonies of #CCB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB11A

Black with #CCB11A

Text Example


Text Example

White with #CCB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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