Html Css Color HEX #CCD314 Barberry

📋 copy color: '#CCD314'

red 204 ◦ green 211 ◦ blue 20

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

Shades of Barberry #CCD314

Tints of Barberry #CCD314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 46.9%
G = 48.51%
B = 4.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CCD314 (or 0xCCD314) is known color: Barberry. HEX triplet: CC, D3 and 14. RGB value is (204,211,20). Sum of RGB (Red+Green+Blue) = 204+211+20=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD314 is #332CEB. Grayscale: #BBBBBB. Windows color (decimal): -3353836 or 1364940. OLE color: 1364940.

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

Color convert

RGB 204 211 20 -
CMYK 0.03 0 0.91 0.17
HSL 62.2º 0.83% 0.45% -
HSV(B) 62.2º 0.91% 0.83% -
XYZ 48.32 59.48 9.6 -
YUV 187.13 33.68 140.03 -
System Red Green Blue C M Y K H S L
Decimal 204 211 20 0.03 0 0.91 0.17 62.2 0.83 0.45
Hex CC D3 14 3 0 5B 11 3E 53 2D
Octal 314 323 24 3 0 133 21 76 123 55
Binary 11001100 11010011 10100 11 0 1011011 10001 111110 1010011 101101

Color Harmonies of #CCD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD314

Black with #CCD314

Text Example


Text Example

White with #CCD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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