Html Css Color HEX #CCB316 Bird Flower

📋 copy color: '#CCB316'

red 204 ◦ green 179 ◦ blue 22

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

Shades of Bird Flower #CCB316

Tints of Bird Flower #CCB316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 50.37%
G = 44.2%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB316 (or 0xCCB316) is known color: Bird Flower. HEX triplet: CC, B3 and 16. RGB value is (204,179,22). Sum of RGB (Red+Green+Blue) = 204+179+22=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB316 is #334CE9. Grayscale: #A9A9A9. Windows color (decimal): -3362026 or 1487820. OLE color: 1487820.

HSL color Cylindrical-coordinate representation of color #CCB316: hue angle of 51.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCB316 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 22 -
CMYK 0 0.12 0.89 0.2
HSL 51.76º 0.81% 0.44% -
HSV(B) 51.76º 0.89% 0.8% -
XYZ 41.17 45.14 7.3 -
YUV 168.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 204 179 22 0 0.12 0.89 0.2 51.76 0.81 0.44
Hex CC B3 16 0 C 59 14 34 51 2C
Octal 314 263 26 0 14 131 24 64 121 54
Binary 11001100 10110011 10110 0 1100 1011001 10100 110100 1010001 101100

Color Harmonies of #CCB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB316

Black with #CCB316

Text Example


Text Example

White with #CCB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB316; }

 p { color: rgb(204,179,22); }

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

background-color css

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

 a { background-color: rgb(204,179,22); }

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

border-color css

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

 span { border-color: rgb(204,179,22); }

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