Html Css Color HEX #CED60F Barberry

📋 copy color: '#CED60F'

red 206 ◦ green 214 ◦ blue 15

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

Shades of Barberry #CED60F

Tints of Barberry #CED60F

RGB

 RED value IS 206 (80.86% from 255) = 47.36%

 GREEN value IS 214 (83.98% from 255) = 49.2%

 BLUE value IS 15 (6.25% from 255) = 3.45%

R = 47.36%
G = 49.2%
B = 3.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CED60F (or 0xCED60F) is known color: Barberry. HEX triplet: CE, D6 and 0F. RGB value is (206,214,15). Sum of RGB (Red+Green+Blue) = 206+214+15=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #CED60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED60F is #3129F0. Grayscale: #BDBDBD. Windows color (decimal): -3222001 or 1038030. OLE color: 1038030.

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

Color convert

RGB 206 214 15 -
CMYK 0.04 0 0.93 0.16
HSL 62.41º 0.87% 0.45% -
HSV(B) 62.41º 0.93% 0.84% -
XYZ 49.59 61.25 9.66 -
YUV 188.92 29.85 140.18 -
System Red Green Blue C M Y K H S L
Decimal 206 214 15 0.04 0 0.93 0.16 62.41 0.87 0.45
Hex CE D6 F 4 0 5D 10 3E 57 2D
Octal 316 326 17 4 0 135 20 76 127 55
Binary 11001110 11010110 1111 100 0 1011101 10000 111110 1010111 101101

Color Harmonies of #CED60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED60F

Black with #CED60F

Text Example


Text Example

White with #CED60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED60F; }

 p { color: rgb(206,214,15); }

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

background-color css

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

 a { background-color: rgb(206,214,15); }

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

border-color css

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

 span { border-color: rgb(206,214,15); }

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