Html Css Color HEX #CBC023 Barberry

📋 copy color: '#CBC023'

red 203 ◦ green 192 ◦ blue 35

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

Shades of Barberry #CBC023

Tints of Barberry #CBC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 35 (14.06% from 255) = 8.14%

R = 47.21%
G = 44.65%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBC023 (or 0xCBC023) is known color: Barberry. HEX triplet: CB, C0 and 23. RGB value is (203,192,35). Sum of RGB (Red+Green+Blue) = 203+192+35=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC023 is #343FDC. Grayscale: #B2B2B2. Windows color (decimal): -3424221 or 2343115. OLE color: 2343115.

HSL color Cylindrical-coordinate representation of color #CBC023: hue angle of 56.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBC023 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 35 -
CMYK 0 0.05 0.83 0.20
HSL 56.07º 0.71% 0.47% -
HSV(B) 56.07º 0.83% 0.8% -
XYZ 43.78 50.52 9.03 -
YUV 177.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 203 192 35 0 0.05 0.83 0.20 56.07 0.71 0.47
Hex CB C0 23 0 5 53 14 38 47 2F
Octal 313 300 43 0 5 123 24 70 107 57
Binary 11001011 11000000 100011 0 101 1010011 10100 111000 1000111 101111

Color Harmonies of #CBC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC023

Black with #CBC023

Text Example


Text Example

White with #CBC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC023; }

 p { color: rgb(203,192,35); }

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

background-color css

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

 a { background-color: rgb(203,192,35); }

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

border-color css

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

 span { border-color: rgb(203,192,35); }

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