Html Css Color HEX #CCD318 Barberry

📋 copy color: '#CCD318'

red 204 ◦ green 211 ◦ blue 24

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

Shades of Barberry #CCD318

Tints of Barberry #CCD318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.47%

R = 46.47%
G = 48.06%
B = 5.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#CCD318 (or 0xCCD318) is known color: Barberry. HEX triplet: CC, D3 and 18. RGB value is (204,211,24). Sum of RGB (Red+Green+Blue) = 204+211+24=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD318 is #332CE7. Grayscale: #BCBCBC. Windows color (decimal): -3353832 or 1627084. OLE color: 1627084.

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

Color convert

RGB 204 211 24 -
CMYK 0.03 0 0.89 0.17
HSL 62.25º 0.8% 0.46% -
HSV(B) 62.25º 0.89% 0.83% -
XYZ 48.36 59.49 9.8 -
YUV 187.59 35.68 139.71 -
System Red Green Blue C M Y K H S L
Decimal 204 211 24 0.03 0 0.89 0.17 62.25 0.8 0.46
Hex CC D3 18 3 0 59 11 3E 50 2E
Octal 314 323 30 3 0 131 21 76 120 56
Binary 11001100 11010011 11000 11 0 1011001 10001 111110 1010000 101110

Color Harmonies of #CCD318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD318

Black with #CCD318

Text Example


Text Example

White with #CCD318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD318; }

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

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

background-color css

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

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

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

border-color css

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

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

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