Html Css Color HEX #CCD122 Barberry

📋 copy color: '#CCD122'

red 204 ◦ green 209 ◦ blue 34

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

Shades of Barberry #CCD122

Tints of Barberry #CCD122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.76%

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

R = 45.64%
G = 46.76%
B = 7.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#CCD122 (or 0xCCD122) is known color: Barberry. HEX triplet: CC, D1 and 22. RGB value is (204,209,34). Sum of RGB (Red+Green+Blue) = 204+209+34=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD122 is #332EDD. Grayscale: #BCBCBC. Windows color (decimal): -3354334 or 2281932. OLE color: 2281932.

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

Color convert

RGB 204 209 34 -
CMYK 0.02 0 0.84 0.18
HSL 61.71º 0.72% 0.48% -
HSV(B) 61.71º 0.84% 0.82% -
XYZ 47.99 58.55 10.29 -
YUV 187.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 204 209 34 0.02 0 0.84 0.18 61.71 0.72 0.48
Hex CC D1 22 2 0 54 12 3E 48 30
Octal 314 321 42 2 0 124 22 76 110 60
Binary 11001100 11010001 100010 10 0 1010100 10010 111110 1001000 110000

Color Harmonies of #CCD122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD122

Black with #CCD122

Text Example


Text Example

White with #CCD122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD122; }

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

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

background-color css

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

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

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

border-color css

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

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

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