Html Css Color HEX #CEDA12 Barberry

📋 copy color: '#CEDA12'

red 206 ◦ green 218 ◦ blue 18

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

Shades of Barberry #CEDA12

Tints of Barberry #CEDA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.32%

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 46.61%
G = 49.32%
B = 4.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#CEDA12 (or 0xCEDA12) is known color: Barberry. HEX triplet: CE, DA and 12. RGB value is (206,218,18). Sum of RGB (Red+Green+Blue) = 206+218+18=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA12 is #3125ED. Grayscale: #C0C0C0. Windows color (decimal): -3220974 or 1235662. OLE color: 1235662.

HSL color Cylindrical-coordinate representation of color #CEDA12: hue angle of 63.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEDA12 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 218 18 -
CMYK 0.06 0 0.92 0.15
HSL 63.6º 0.85% 0.46% -
HSV(B) 63.6º 0.92% 0.85% -
XYZ 50.63 63.31 10.12 -
YUV 191.61 30.02 138.26 -
System Red Green Blue C M Y K H S L
Decimal 206 218 18 0.06 0 0.92 0.15 63.6 0.85 0.46
Hex CE DA 12 6 0 5C F 40 55 2E
Octal 316 332 22 6 0 134 17 100 125 56
Binary 11001110 11011010 10010 110 0 1011100 1111 1000000 1010101 101110

Color Harmonies of #CEDA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDA12

Black with #CEDA12

Text Example


Text Example

White with #CEDA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDA12; }

 p { color: rgb(206,218,18); }

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

background-color css

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

 a { background-color: rgb(206,218,18); }

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

border-color css

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

 span { border-color: rgb(206,218,18); }

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