Html Css Color HEX #CEDD0F Barberry

📋 copy color: '#CEDD0F'

red 206 ◦ green 221 ◦ blue 15

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

Shades of Barberry #CEDD0F

Tints of Barberry #CEDD0F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50%

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

R = 46.61%
G = 50%
B = 3.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#CEDD0F (or 0xCEDD0F) is known color: Barberry. HEX triplet: CE, DD and 0F. RGB value is (206,221,15). Sum of RGB (Red+Green+Blue) = 206+221+15=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD0F is #3122F0. Grayscale: #C1C1C1. Windows color (decimal): -3220209 or 1039822. OLE color: 1039822.

HSL color Cylindrical-coordinate representation of color #CEDD0F: hue angle of 64.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEDD0F is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 15 -
CMYK 0.07 0 0.93 0.13
HSL 64.37º 0.87% 0.46% -
HSV(B) 64.37º 0.93% 0.87% -
XYZ 51.4 64.87 10.26 -
YUV 193.03 27.53 137.25 -
System Red Green Blue C M Y K H S L
Decimal 206 221 15 0.07 0 0.93 0.13 64.37 0.87 0.46
Hex CE DD F 7 0 5D D 40 57 2E
Octal 316 335 17 7 0 135 15 100 127 56
Binary 11001110 11011101 1111 111 0 1011101 1101 1000000 1010111 101110

Color Harmonies of #CEDD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD0F

Black with #CEDD0F

Text Example


Text Example

White with #CEDD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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