Html Css Color HEX #CED90D Barberry

📋 copy color: '#CED90D'

red 206 ◦ green 217 ◦ blue 13

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

Shades of Barberry #CED90D

Tints of Barberry #CED90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.98%

R = 47.25%
G = 49.77%
B = 2.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#CED90D (or 0xCED90D) is known color: Barberry. HEX triplet: CE, D9 and 0D. RGB value is (206,217,13). Sum of RGB (Red+Green+Blue) = 206+217+13=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #CED90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED90D is #3126F2. Grayscale: #BFBFBF. Windows color (decimal): -3221235 or 907726. OLE color: 907726.

HSL color Cylindrical-coordinate representation of color #CED90D: hue angle of 63.24º degrees, saturation: 0.89, 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 #CED90D is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 13 -
CMYK 0.05 0 0.94 0.15
HSL 63.24º 0.89% 0.45% -
HSV(B) 63.24º 0.94% 0.85% -
XYZ 50.34 62.78 9.84 -
YUV 190.46 27.86 139.09 -
System Red Green Blue C M Y K H S L
Decimal 206 217 13 0.05 0 0.94 0.15 63.24 0.89 0.45
Hex CE D9 D 5 0 5E F 3F 59 2D
Octal 316 331 15 5 0 136 17 77 131 55
Binary 11001110 11011001 1101 101 0 1011110 1111 111111 1011001 101101

Color Harmonies of #CED90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED90D

Black with #CED90D

Text Example


Text Example

White with #CED90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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