Html Css Color HEX #CCDA0E Barberry

📋 copy color: '#CCDA0E'

red 204 ◦ green 218 ◦ blue 14

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

Shades of Barberry #CCDA0E

Tints of Barberry #CCDA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 46.79%
G = 50%
B = 3.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#CCDA0E (or 0xCCDA0E) is known color: Barberry. HEX triplet: CC, DA and 0E. RGB value is (204,218,14). Sum of RGB (Red+Green+Blue) = 204+218+14=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA0E is #3325F1. Grayscale: #BFBFBF. Windows color (decimal): -3352050 or 973516. OLE color: 973516.

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

Color convert

RGB 204 218 14 -
CMYK 0.06 0 0.94 0.15
HSL 64.12º 0.88% 0.45% -
HSV(B) 64.12º 0.94% 0.85% -
XYZ 50.05 63.01 9.94 -
YUV 190.56 28.36 137.59 -
System Red Green Blue C M Y K H S L
Decimal 204 218 14 0.06 0 0.94 0.15 64.12 0.88 0.45
Hex CC DA E 6 0 5E F 40 58 2D
Octal 314 332 16 6 0 136 17 100 130 55
Binary 11001100 11011010 1110 110 0 1011110 1111 1000000 1011000 101101

Color Harmonies of #CCDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA0E

Black with #CCDA0E

Text Example


Text Example

White with #CCDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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