Html Css Color HEX #CCD21D Barberry

📋 copy color: '#CCD21D'

red 204 ◦ green 210 ◦ blue 29

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

Shades of Barberry #CCD21D

Tints of Barberry #CCD21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.55%

R = 46.05%
G = 47.4%
B = 6.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#CCD21D (or 0xCCD21D) is known color: Barberry. HEX triplet: CC, D2 and 1D. RGB value is (204,210,29). Sum of RGB (Red+Green+Blue) = 204+210+29=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD21D is #332DE2. Grayscale: #BCBCBC. Windows color (decimal): -3354083 or 1954508. OLE color: 1954508.

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

Color convert

RGB 204 210 29 -
CMYK 0.03 0 0.86 0.18
HSL 61.99º 0.76% 0.47% -
HSV(B) 61.99º 0.86% 0.82% -
XYZ 48.17 59.02 10.02 -
YUV 187.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 204 210 29 0.03 0 0.86 0.18 61.99 0.76 0.47
Hex CC D2 1D 3 0 56 12 3E 4C 2F
Octal 314 322 35 3 0 126 22 76 114 57
Binary 11001100 11010010 11101 11 0 1010110 10010 111110 1001100 101111

Color Harmonies of #CCD21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD21D

Black with #CCD21D

Text Example


Text Example

White with #CCD21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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