Html Css Color HEX #CBC319 Bird Flower

📋 copy color: '#CBC319'

red 203 ◦ green 195 ◦ blue 25

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

Shades of Bird Flower #CBC319

Tints of Bird Flower #CBC319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.1%

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

R = 47.99%
G = 46.1%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CBC319 (or 0xCBC319) is known color: Bird Flower. HEX triplet: CB, C3 and 19. RGB value is (203,195,25). Sum of RGB (Red+Green+Blue) = 203+195+25=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC319 is #343CE6. Grayscale: #B2B2B2. Windows color (decimal): -3423463 or 1688523. OLE color: 1688523.

HSL color Cylindrical-coordinate representation of color #CBC319: hue angle of 57.3º 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 #CBC319 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 195 25 -
CMYK 0 0.04 0.88 0.20
HSL 57.3º 0.78% 0.45% -
HSV(B) 57.3º 0.88% 0.8% -
XYZ 44.32 51.8 8.58 -
YUV 178.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 203 195 25 0 0.04 0.88 0.20 57.3 0.78 0.45
Hex CB C3 19 0 4 58 14 39 4E 2D
Octal 313 303 31 0 4 130 24 71 116 55
Binary 11001011 11000011 11001 0 100 1011000 10100 111001 1001110 101101

Color Harmonies of #CBC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC319

Black with #CBC319

Text Example


Text Example

White with #CBC319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC319; }

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

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

background-color css

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

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

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

border-color css

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

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

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