Html Css Color HEX #CED90F Barberry

📋 copy color: '#CED90F'

red 206 ◦ green 217 ◦ blue 15

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

Shades of Barberry #CED90F

Tints of Barberry #CED90F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.54%

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

R = 47.03%
G = 49.54%
B = 3.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#CED90F (or 0xCED90F) is known color: Barberry. HEX triplet: CE, D9 and 0F. RGB value is (206,217,15). Sum of RGB (Red+Green+Blue) = 206+217+15=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #CED90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED90F is #3126F0. Grayscale: #BFBFBF. Windows color (decimal): -3221233 or 1038798. OLE color: 1038798.

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

Color convert

RGB 206 217 15 -
CMYK 0.05 0 0.93 0.15
HSL 63.27º 0.87% 0.45% -
HSV(B) 63.27º 0.93% 0.85% -
XYZ 50.35 62.78 9.92 -
YUV 190.68 28.86 138.93 -
System Red Green Blue C M Y K H S L
Decimal 206 217 15 0.05 0 0.93 0.15 63.27 0.87 0.45
Hex CE D9 F 5 0 5D F 3F 57 2D
Octal 316 331 17 5 0 135 17 77 127 55
Binary 11001110 11011001 1111 101 0 1011101 1111 111111 1010111 101101

Color Harmonies of #CED90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED90F

Black with #CED90F

Text Example


Text Example

White with #CED90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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