Html Css Color HEX #CCB011 Bird Flower

📋 copy color: '#CCB011'

red 204 ◦ green 176 ◦ blue 17

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

Shades of Bird Flower #CCB011

Tints of Bird Flower #CCB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 51.39%
G = 44.33%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB011 (or 0xCCB011) is known color: Bird Flower. HEX triplet: CC, B0 and 11. RGB value is (204,176,17). Sum of RGB (Red+Green+Blue) = 204+176+17=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB011 is #334FEE. Grayscale: #A6A6A6. Windows color (decimal): -3362799 or 1159372. OLE color: 1159372.

HSL color Cylindrical-coordinate representation of color #CCB011: hue angle of 51.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCB011 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 17 -
CMYK 0 0.14 0.92 0.2
HSL 51.02º 0.85% 0.43% -
HSV(B) 51.02º 0.92% 0.8% -
XYZ 40.53 43.93 6.87 -
YUV 166.25 43.78 154.93 -
System Red Green Blue C M Y K H S L
Decimal 204 176 17 0 0.14 0.92 0.2 51.02 0.85 0.43
Hex CC B0 11 0 E 5C 14 33 55 2B
Octal 314 260 21 0 16 134 24 63 125 53
Binary 11001100 10110000 10001 0 1110 1011100 10100 110011 1010101 101011

Color Harmonies of #CCB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB011

Black with #CCB011

Text Example


Text Example

White with #CCB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB011; }

 p { color: rgb(204,176,17); }

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

background-color css

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

 a { background-color: rgb(204,176,17); }

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

border-color css

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

 span { border-color: rgb(204,176,17); }

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