Html Css Color HEX #CBC024 Barberry

📋 copy color: '#CBC024'

red 203 ◦ green 192 ◦ blue 36

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

Shades of Barberry #CBC024

Tints of Barberry #CBC024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.35%

R = 47.1%
G = 44.55%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBC024 (or 0xCBC024) is known color: Barberry. HEX triplet: CB, C0 and 24. RGB value is (203,192,36). Sum of RGB (Red+Green+Blue) = 203+192+36=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC024 is #343FDB. Grayscale: #B2B2B2. Windows color (decimal): -3424220 or 2408651. OLE color: 2408651.

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

Color convert

RGB 203 192 36 -
CMYK 0 0.05 0.82 0.20
HSL 56.05º 0.7% 0.47% -
HSV(B) 56.05º 0.82% 0.8% -
XYZ 43.8 50.52 9.11 -
YUV 177.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 203 192 36 0 0.05 0.82 0.20 56.05 0.7 0.47
Hex CB C0 24 0 5 52 14 38 46 2F
Octal 313 300 44 0 5 122 24 70 106 57
Binary 11001011 11000000 100100 0 101 1010010 10100 111000 1000110 101111

Color Harmonies of #CBC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC024

Black with #CBC024

Text Example


Text Example

White with #CBC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC024; }

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

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

background-color css

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

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

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

border-color css

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

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

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