Html Css Color HEX #CCD322 Barberry

📋 copy color: '#CCD322'

red 204 ◦ green 211 ◦ blue 34

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

Shades of Barberry #CCD322

Tints of Barberry #CCD322

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.99%

 BLUE value IS 34 (13.67% from 255) = 7.57%

R = 45.43%
G = 46.99%
B = 7.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#CCD322 (or 0xCCD322) is known color: Barberry. HEX triplet: CC, D3 and 22. RGB value is (204,211,34). Sum of RGB (Red+Green+Blue) = 204+211+34=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD322 is #332CDD. Grayscale: #BDBDBD. Windows color (decimal): -3353822 or 2282444. OLE color: 2282444.

HSL color Cylindrical-coordinate representation of color #CCD322: hue angle of 62.37º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCD322 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 34 -
CMYK 0.03 0 0.84 0.17
HSL 62.37º 0.72% 0.48% -
HSV(B) 62.37º 0.84% 0.83% -
XYZ 48.48 59.54 10.45 -
YUV 188.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 204 211 34 0.03 0 0.84 0.17 62.37 0.72 0.48
Hex CC D3 22 3 0 54 11 3E 48 30
Octal 314 323 42 3 0 124 21 76 110 60
Binary 11001100 11010011 100010 11 0 1010100 10001 111110 1001000 110000

Color Harmonies of #CCD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD322

Black with #CCD322

Text Example


Text Example

White with #CCD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD322; }

 p { color: rgb(204,211,34); }

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

background-color css

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

 a { background-color: rgb(204,211,34); }

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

border-color css

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

 span { border-color: rgb(204,211,34); }

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