Html Css Color HEX #CCDA12 Barberry

📋 copy color: '#CCDA12'

red 204 ◦ green 218 ◦ blue 18

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

Shades of Barberry #CCDA12

Tints of Barberry #CCDA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.55%

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

R = 46.36%
G = 49.55%
B = 4.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#CCDA12 (or 0xCCDA12) is known color: Barberry. HEX triplet: CC, DA and 12. RGB value is (204,218,18). Sum of RGB (Red+Green+Blue) = 204+218+18=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA12 is #3325ED. Grayscale: #BFBFBF. Windows color (decimal): -3352046 or 1235660. OLE color: 1235660.

HSL color Cylindrical-coordinate representation of color #CCDA12: hue angle of 64.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCDA12 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 18 -
CMYK 0.06 0 0.92 0.15
HSL 64.2º 0.85% 0.46% -
HSV(B) 64.2º 0.92% 0.85% -
XYZ 50.08 63.02 10.1 -
YUV 191.01 30.36 137.26 -
System Red Green Blue C M Y K H S L
Decimal 204 218 18 0.06 0 0.92 0.15 64.2 0.85 0.46
Hex CC DA 12 6 0 5C F 40 55 2E
Octal 314 332 22 6 0 134 17 100 125 56
Binary 11001100 11011010 10010 110 0 1011100 1111 1000000 1010101 101110

Color Harmonies of #CCDA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA12

Black with #CCDA12

Text Example


Text Example

White with #CCDA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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