Html Css Color HEX #CCB920 Bird Flower

📋 copy color: '#CCB920'

red 204 ◦ green 185 ◦ blue 32

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

Shades of Bird Flower #CCB920

Tints of Bird Flower #CCB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.94%

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

R = 48.46%
G = 43.94%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB920 (or 0xCCB920) is known color: Bird Flower. HEX triplet: CC, B9 and 20. RGB value is (204,185,32). Sum of RGB (Red+Green+Blue) = 204+185+32=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB920 is #3346DF. Grayscale: #ADADAD. Windows color (decimal): -3360480 or 2144716. OLE color: 2144716.

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

Color convert

RGB 204 185 32 -
CMYK 0 0.09 0.84 0.2
HSL 53.37º 0.73% 0.46% -
HSV(B) 53.37º 0.84% 0.8% -
XYZ 42.51 47.64 8.32 -
YUV 173.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 204 185 32 0 0.09 0.84 0.2 53.37 0.73 0.46
Hex CC B9 20 0 9 54 14 35 49 2E
Octal 314 271 40 0 11 124 24 65 111 56
Binary 11001100 10111001 100000 0 1001 1010100 10100 110101 1001001 101110

Color Harmonies of #CCB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB920

Black with #CCB920

Text Example


Text Example

White with #CCB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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