Html Css Color HEX #CCB711 Bird Flower

📋 copy color: '#CCB711'

red 204 ◦ green 183 ◦ blue 17

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

Shades of Bird Flower #CCB711

Tints of Bird Flower #CCB711

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

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

R = 50.5%
G = 45.3%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB711 (or 0xCCB711) is known color: Bird Flower. HEX triplet: CC, B7 and 11. RGB value is (204,183,17). Sum of RGB (Red+Green+Blue) = 204+183+17=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB711 is #3348EE. Grayscale: #ABABAB. Windows color (decimal): -3361007 or 1161164. OLE color: 1161164.

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

Color convert

RGB 204 183 17 -
CMYK 0 0.10 0.92 0.2
HSL 53.26º 0.85% 0.43% -
HSV(B) 53.26º 0.92% 0.8% -
XYZ 41.94 46.74 7.34 -
YUV 170.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 204 183 17 0 0.10 0.92 0.2 53.26 0.85 0.43
Hex CC B7 11 0 A 5C 14 35 55 2B
Octal 314 267 21 0 12 134 24 65 125 53
Binary 11001100 10110111 10001 0 1010 1011100 10100 110101 1010101 101011

Color Harmonies of #CCB711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB711

Black with #CCB711

Text Example


Text Example

White with #CCB711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB711; }

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

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

background-color css

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

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

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

border-color css

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

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

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