Html Css Color HEX #CCB320 Bird Flower

📋 copy color: '#CCB320'

red 204 ◦ green 179 ◦ blue 32

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

Shades of Bird Flower #CCB320

Tints of Bird Flower #CCB320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.71%

R = 49.16%
G = 43.13%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB320 (or 0xCCB320) is known color: Bird Flower. HEX triplet: CC, B3 and 20. RGB value is (204,179,32). Sum of RGB (Red+Green+Blue) = 204+179+32=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB320 is #334CDF. Grayscale: #AAAAAA. Windows color (decimal): -3362016 or 2143180. OLE color: 2143180.

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

Color convert

RGB 204 179 32 -
CMYK 0 0.12 0.84 0.2
HSL 51.28º 0.73% 0.46% -
HSV(B) 51.28º 0.84% 0.8% -
XYZ 41.28 45.18 7.91 -
YUV 169.72 50.28 152.45 -
System Red Green Blue C M Y K H S L
Decimal 204 179 32 0 0.12 0.84 0.2 51.28 0.73 0.46
Hex CC B3 20 0 C 54 14 33 49 2E
Octal 314 263 40 0 14 124 24 63 111 56
Binary 11001100 10110011 100000 0 1100 1010100 10100 110011 1001001 101110

Color Harmonies of #CCB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB320

Black with #CCB320

Text Example


Text Example

White with #CCB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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