Html Css Color HEX #CBD412 Barberry

📋 copy color: '#CBD412'

red 203 ◦ green 212 ◦ blue 18

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

Shades of Barberry #CBD412

Tints of Barberry #CBD412

RGB

 RED value IS 203 (79.69% from 255) = 46.88%

 GREEN value IS 212 (83.2% from 255) = 48.96%

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

R = 46.88%
G = 48.96%
B = 4.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#CBD412 (or 0xCBD412) is known color: Barberry. HEX triplet: CB, D4 and 12. RGB value is (203,212,18). Sum of RGB (Red+Green+Blue) = 203+212+18=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD412 is #342BED. Grayscale: #BBBBBB. Windows color (decimal): -3419118 or 1234123. OLE color: 1234123.

HSL color Cylindrical-coordinate representation of color #CBD412: hue angle of 62.78º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBD412 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 212 18 -
CMYK 0.04 0 0.92 0.17
HSL 62.78º 0.84% 0.45% -
HSV(B) 62.78º 0.92% 0.83% -
XYZ 48.28 59.83 9.58 -
YUV 187.19 32.52 139.27 -
System Red Green Blue C M Y K H S L
Decimal 203 212 18 0.04 0 0.92 0.17 62.78 0.84 0.45
Hex CB D4 12 4 0 5C 11 3F 54 2D
Octal 313 324 22 4 0 134 21 77 124 55
Binary 11001011 11010100 10010 100 0 1011100 10001 111111 1010100 101101

Color Harmonies of #CBD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD412

Black with #CBD412

Text Example


Text Example

White with #CBD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD412; }

 p { color: rgb(203,212,18); }

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

background-color css

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

 a { background-color: rgb(203,212,18); }

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

border-color css

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

 span { border-color: rgb(203,212,18); }

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