Html Css Color HEX #CBC019 Bird Flower

📋 copy color: '#CBC019'

red 203 ◦ green 192 ◦ blue 25

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

Shades of Bird Flower #CBC019

Tints of Bird Flower #CBC019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 48.33%
G = 45.71%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBC019 (or 0xCBC019) is known color: Bird Flower. HEX triplet: CB, C0 and 19. RGB value is (203,192,25). Sum of RGB (Red+Green+Blue) = 203+192+25=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC019 is #343FE6. Grayscale: #B0B0B0. Windows color (decimal): -3424231 or 1687755. OLE color: 1687755.

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

Color convert

RGB 203 192 25 -
CMYK 0 0.05 0.88 0.20
HSL 56.29º 0.78% 0.45% -
HSV(B) 56.29º 0.88% 0.8% -
XYZ 43.65 50.47 8.36 -
YUV 176.25 42.64 147.08 -
System Red Green Blue C M Y K H S L
Decimal 203 192 25 0 0.05 0.88 0.20 56.29 0.78 0.45
Hex CB C0 19 0 5 58 14 38 4E 2D
Octal 313 300 31 0 5 130 24 70 116 55
Binary 11001011 11000000 11001 0 101 1011000 10100 111000 1001110 101101

Color Harmonies of #CBC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC019

Black with #CBC019

Text Example


Text Example

White with #CBC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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