Html Css Color HEX #CCD21F Barberry

📋 copy color: '#CCD21F'

red 204 ◦ green 210 ◦ blue 31

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

Shades of Barberry #CCD21F

Tints of Barberry #CCD21F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 45.84%
G = 47.19%
B = 6.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CCD21F (or 0xCCD21F) is known color: Barberry. HEX triplet: CC, D2 and 1F. RGB value is (204,210,31). Sum of RGB (Red+Green+Blue) = 204+210+31=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD21F is #332DE0. Grayscale: #BCBCBC. Windows color (decimal): -3354081 or 2085580. OLE color: 2085580.

HSL color Cylindrical-coordinate representation of color #CCD21F: hue angle of 62.01º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD21F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 31 -
CMYK 0.03 0 0.85 0.18
HSL 62.01º 0.74% 0.47% -
HSV(B) 62.01º 0.85% 0.82% -
XYZ 48.2 59.03 10.15 -
YUV 187.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 204 210 31 0.03 0 0.85 0.18 62.01 0.74 0.47
Hex CC D2 1F 3 0 55 12 3E 4A 2F
Octal 314 322 37 3 0 125 22 76 112 57
Binary 11001100 11010010 11111 11 0 1010101 10010 111110 1001010 101111

Color Harmonies of #CCD21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD21F

Black with #CCD21F

Text Example


Text Example

White with #CCD21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD21F; }

 p { color: rgb(204,210,31); }

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

background-color css

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

 a { background-color: rgb(204,210,31); }

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

border-color css

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

 span { border-color: rgb(204,210,31); }

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