Html Css Color HEX #CCD412 Barberry

📋 copy color: '#CCD412'

red 204 ◦ green 212 ◦ blue 18

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

Shades of Barberry #CCD412

Tints of Barberry #CCD412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 47%
G = 48.85%
B = 4.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CCD412 (or 0xCCD412) is known color: Barberry. HEX triplet: CC, D4 and 12. RGB value is (204,212,18). Sum of RGB (Red+Green+Blue) = 204+212+18=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD412 is #332BED. Grayscale: #BCBCBC. Windows color (decimal): -3353582 or 1234124. OLE color: 1234124.

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

Color convert

RGB 204 212 18 -
CMYK 0.04 0 0.92 0.17
HSL 62.47º 0.84% 0.45% -
HSV(B) 62.47º 0.92% 0.83% -
XYZ 48.55 59.97 9.59 -
YUV 187.49 32.35 139.77 -
System Red Green Blue C M Y K H S L
Decimal 204 212 18 0.04 0 0.92 0.17 62.47 0.84 0.45
Hex CC D4 12 4 0 5C 11 3E 54 2D
Octal 314 324 22 4 0 134 21 76 124 55
Binary 11001100 11010100 10010 100 0 1011100 10001 111110 1010100 101101

Color Harmonies of #CCD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD412

Black with #CCD412

Text Example


Text Example

White with #CCD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD412; }

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

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

background-color css

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

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

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

border-color css

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

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

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