Html Css Color HEX #CCDB13 Barberry

📋 copy color: '#CCDB13'

red 204 ◦ green 219 ◦ blue 19

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

Shades of Barberry #CCDB13

Tints of Barberry #CCDB13

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

 BLUE value IS 19 (7.81% from 255) = 4.3%

R = 46.15%
G = 49.55%
B = 4.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#CCDB13 (or 0xCCDB13) is known color: Barberry. HEX triplet: CC, DB and 13. RGB value is (204,219,19). Sum of RGB (Red+Green+Blue) = 204+219+19=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 19 (7.81% from 255 or 4.30% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB13 is #3324EC. Grayscale: #C0C0C0. Windows color (decimal): -3351789 or 1301452. OLE color: 1301452.

HSL color Cylindrical-coordinate representation of color #CCDB13: hue angle of 64.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCDB13 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 19 -
CMYK 0.07 0 0.91 0.14
HSL 64.5º 0.84% 0.47% -
HSV(B) 64.5º 0.91% 0.86% -
XYZ 50.35 63.55 10.23 -
YUV 191.72 30.53 136.76 -
System Red Green Blue C M Y K H S L
Decimal 204 219 19 0.07 0 0.91 0.14 64.5 0.84 0.47
Hex CC DB 13 7 0 5B E 40 54 2F
Octal 314 333 23 7 0 133 16 100 124 57
Binary 11001100 11011011 10011 111 0 1011011 1110 1000000 1010100 101111

Color Harmonies of #CCDB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB13

Black with #CCDB13

Text Example


Text Example

White with #CCDB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB13; }

 p { color: rgb(204,219,19); }

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

background-color css

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

 a { background-color: rgb(204,219,19); }

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

border-color css

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

 span { border-color: rgb(204,219,19); }

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