Html Css Color HEX #CCB720 Bird Flower

📋 copy color: '#CCB720'

red 204 ◦ green 183 ◦ blue 32

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

Shades of Bird Flower #CCB720

Tints of Bird Flower #CCB720

RGB

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

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

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

R = 48.69%
G = 43.68%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB720 (or 0xCCB720) is known color: Bird Flower. HEX triplet: CC, B7 and 20. RGB value is (204,183,32). Sum of RGB (Red+Green+Blue) = 204+183+32=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB720 is #3348DF. Grayscale: #ACACAC. Windows color (decimal): -3360992 or 2144204. OLE color: 2144204.

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

Color convert

RGB 204 183 32 -
CMYK 0 0.10 0.84 0.2
HSL 52.67º 0.73% 0.46% -
HSV(B) 52.67º 0.84% 0.8% -
XYZ 42.1 46.81 8.18 -
YUV 172.07 48.96 150.78 -
System Red Green Blue C M Y K H S L
Decimal 204 183 32 0 0.10 0.84 0.2 52.67 0.73 0.46
Hex CC B7 20 0 A 54 14 35 49 2E
Octal 314 267 40 0 12 124 24 65 111 56
Binary 11001100 10110111 100000 0 1010 1010100 10100 110101 1001001 101110

Color Harmonies of #CCB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB720

Black with #CCB720

Text Example


Text Example

White with #CCB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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