Html Css Color HEX #CCD414 Barberry

📋 copy color: '#CCD414'

red 204 ◦ green 212 ◦ blue 20

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

Shades of Barberry #CCD414

Tints of Barberry #CCD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

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

R = 46.79%
G = 48.62%
B = 4.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CCD414 (or 0xCCD414) is known color: Barberry. HEX triplet: CC, D4 and 14. RGB value is (204,212,20). Sum of RGB (Red+Green+Blue) = 204+212+20=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD414 is #332BEB. Grayscale: #BCBCBC. Windows color (decimal): -3353580 or 1365196. OLE color: 1365196.

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

Color convert

RGB 204 212 20 -
CMYK 0.04 0 0.91 0.17
HSL 62.5º 0.83% 0.45% -
HSV(B) 62.5º 0.91% 0.83% -
XYZ 48.57 59.97 9.68 -
YUV 187.72 33.35 139.61 -
System Red Green Blue C M Y K H S L
Decimal 204 212 20 0.04 0 0.91 0.17 62.5 0.83 0.45
Hex CC D4 14 4 0 5B 11 3F 53 2D
Octal 314 324 24 4 0 133 21 77 123 55
Binary 11001100 11010100 10100 100 0 1011011 10001 111111 1010011 101101

Color Harmonies of #CCD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD414

Black with #CCD414

Text Example


Text Example

White with #CCD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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