Html Css Color HEX #CCB820 Bird Flower

📋 copy color: '#CCB820'

red 204 ◦ green 184 ◦ blue 32

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

Shades of Bird Flower #CCB820

Tints of Bird Flower #CCB820

RGB

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

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

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

R = 48.57%
G = 43.81%
B = 7.62%

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

#CCB820 (or 0xCCB820) is known color: Bird Flower. HEX triplet: CC, B8 and 20. RGB value is (204,184,32). Sum of RGB (Red+Green+Blue) = 204+184+32=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB820 is #3347DF. Grayscale: #ADADAD. Windows color (decimal): -3360736 or 2144460. OLE color: 2144460.

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

Color convert

RGB 204 184 32 -
CMYK 0 0.10 0.84 0.2
HSL 53.02º 0.73% 0.46% -
HSV(B) 53.02º 0.84% 0.8% -
XYZ 42.3 47.22 8.25 -
YUV 172.65 48.63 150.36 -
System Red Green Blue C M Y K H S L
Decimal 204 184 32 0 0.10 0.84 0.2 53.02 0.73 0.46
Hex CC B8 20 0 A 54 14 35 49 2E
Octal 314 270 40 0 12 124 24 65 111 56
Binary 11001100 10111000 100000 0 1010 1010100 10100 110101 1001001 101110

Color Harmonies of #CCB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB820

Black with #CCB820

Text Example


Text Example

White with #CCB820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB820; }

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

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

background-color css

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

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

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

border-color css

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

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

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