Html Css Color HEX #CEDD0B Barberry

📋 copy color: '#CEDD0B'

red 206 ◦ green 221 ◦ blue 11

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

Shades of Barberry #CEDD0B

Tints of Barberry #CEDD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.51%

R = 47.03%
G = 50.46%
B = 2.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#CEDD0B (or 0xCEDD0B) is known color: Barberry. HEX triplet: CE, DD and 0B. RGB value is (206,221,11). Sum of RGB (Red+Green+Blue) = 206+221+11=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD0B is #3122F4. Grayscale: #C1C1C1. Windows color (decimal): -3220213 or 777678. OLE color: 777678.

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

Color convert

RGB 206 221 11 -
CMYK 0.07 0 0.95 0.13
HSL 64.29º 0.91% 0.45% -
HSV(B) 64.29º 0.95% 0.87% -
XYZ 51.37 64.86 10.13 -
YUV 192.58 25.53 137.58 -
System Red Green Blue C M Y K H S L
Decimal 206 221 11 0.07 0 0.95 0.13 64.29 0.91 0.45
Hex CE DD B 7 0 5F D 40 5B 2D
Octal 316 335 13 7 0 137 15 100 133 55
Binary 11001110 11011101 1011 111 0 1011111 1101 1000000 1011011 101101

Color Harmonies of #CEDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD0B

Black with #CEDD0B

Text Example


Text Example

White with #CEDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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