Html Css Color HEX #CCD317 Barberry

📋 copy color: '#CCD317'

red 204 ◦ green 211 ◦ blue 23

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

Shades of Barberry #CCD317

Tints of Barberry #CCD317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.25%

R = 46.58%
G = 48.17%
B = 5.25%

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

#CCD317 (or 0xCCD317) is known color: Barberry. HEX triplet: CC, D3 and 17. RGB value is (204,211,23). Sum of RGB (Red+Green+Blue) = 204+211+23=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD317 is #332CE8. Grayscale: #BCBCBC. Windows color (decimal): -3353833 or 1561548. OLE color: 1561548.

HSL color Cylindrical-coordinate representation of color #CCD317: hue angle of 62.23º 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 #CCD317 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 23 -
CMYK 0.03 0 0.89 0.17
HSL 62.23º 0.8% 0.46% -
HSV(B) 62.23º 0.89% 0.83% -
XYZ 48.35 59.49 9.74 -
YUV 187.48 35.18 139.79 -
System Red Green Blue C M Y K H S L
Decimal 204 211 23 0.03 0 0.89 0.17 62.23 0.8 0.46
Hex CC D3 17 3 0 59 11 3E 50 2E
Octal 314 323 27 3 0 131 21 76 120 56
Binary 11001100 11010011 10111 11 0 1011001 10001 111110 1010000 101110

Color Harmonies of #CCD317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD317

Black with #CCD317

Text Example


Text Example

White with #CCD317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD317; }

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

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

background-color css

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

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

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

border-color css

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

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

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