Html Css Color HEX #CCB811 Bird Flower

📋 copy color: '#CCB811'

red 204 ◦ green 184 ◦ blue 17

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

Shades of Bird Flower #CCB811

Tints of Bird Flower #CCB811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.43%

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

R = 50.37%
G = 45.43%
B = 4.2%

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

#CCB811 (or 0xCCB811) is known color: Bird Flower. HEX triplet: CC, B8 and 11. RGB value is (204,184,17). Sum of RGB (Red+Green+Blue) = 204+184+17=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB811 is #3347EE. Grayscale: #ABABAB. Windows color (decimal): -3360751 or 1161420. OLE color: 1161420.

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

Color convert

RGB 204 184 17 -
CMYK 0 0.10 0.92 0.2
HSL 53.58º 0.85% 0.43% -
HSV(B) 53.58º 0.92% 0.8% -
XYZ 42.14 47.16 7.41 -
YUV 170.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 204 184 17 0 0.10 0.92 0.2 53.58 0.85 0.43
Hex CC B8 11 0 A 5C 14 36 55 2B
Octal 314 270 21 0 12 134 24 66 125 53
Binary 11001100 10111000 10001 0 1010 1011100 10100 110110 1010101 101011

Color Harmonies of #CCB811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB811

Black with #CCB811

Text Example


Text Example

White with #CCB811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB811; }

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

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

background-color css

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

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

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

border-color css

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

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

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