Html Css Color HEX #CCD315 Barberry

📋 copy color: '#CCD315'

red 204 ◦ green 211 ◦ blue 21

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

Shades of Barberry #CCD315

Tints of Barberry #CCD315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 46.79%
G = 48.39%
B = 4.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CCD315 (or 0xCCD315) is known color: Barberry. HEX triplet: CC, D3 and 15. RGB value is (204,211,21). Sum of RGB (Red+Green+Blue) = 204+211+21=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD315 is #332CEA. Grayscale: #BCBCBC. Windows color (decimal): -3353835 or 1430476. OLE color: 1430476.

HSL color Cylindrical-coordinate representation of color #CCD315: hue angle of 62.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCD315 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 21 -
CMYK 0.03 0 0.90 0.17
HSL 62.21º 0.82% 0.45% -
HSV(B) 62.21º 0.9% 0.83% -
XYZ 48.33 59.48 9.64 -
YUV 187.25 34.18 139.95 -
System Red Green Blue C M Y K H S L
Decimal 204 211 21 0.03 0 0.90 0.17 62.21 0.82 0.45
Hex CC D3 15 3 0 5A 11 3E 52 2D
Octal 314 323 25 3 0 132 21 76 122 55
Binary 11001100 11010011 10101 11 0 1011010 10001 111110 1010010 101101

Color Harmonies of #CCD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD315

Black with #CCD315

Text Example


Text Example

White with #CCD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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