Html Css Color HEX #CCD319 Barberry

📋 copy color: '#CCD319'

red 204 ◦ green 211 ◦ blue 25

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

Shades of Barberry #CCD319

Tints of Barberry #CCD319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.68%

R = 46.36%
G = 47.95%
B = 5.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#CCD319 (or 0xCCD319) is known color: Barberry. HEX triplet: CC, D3 and 19. RGB value is (204,211,25). Sum of RGB (Red+Green+Blue) = 204+211+25=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD319 is #332CE6. Grayscale: #BCBCBC. Windows color (decimal): -3353831 or 1692620. OLE color: 1692620.

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

Color convert

RGB 204 211 25 -
CMYK 0.03 0 0.88 0.17
HSL 62.26º 0.79% 0.46% -
HSV(B) 62.26º 0.88% 0.83% -
XYZ 48.37 59.5 9.85 -
YUV 187.7 36.18 139.62 -
System Red Green Blue C M Y K H S L
Decimal 204 211 25 0.03 0 0.88 0.17 62.26 0.79 0.46
Hex CC D3 19 3 0 58 11 3E 4F 2E
Octal 314 323 31 3 0 130 21 76 117 56
Binary 11001100 11010011 11001 11 0 1011000 10001 111110 1001111 101110

Color Harmonies of #CCD319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD319

Black with #CCD319

Text Example


Text Example

White with #CCD319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD319; }

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

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

background-color css

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

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

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

border-color css

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

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

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