Html Css Color HEX #CFBE19 Bird Flower

📋 copy color: '#CFBE19'

red 207 ◦ green 190 ◦ blue 25

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

Shades of Bird Flower #CFBE19

Tints of Bird Flower #CFBE19

RGB

 RED value IS 207 (81.25% from 255) = 49.05%

 GREEN value IS 190 (74.61% from 255) = 45.02%

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

R = 49.05%
G = 45.02%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFBE19 (or 0xCFBE19) is known color: Bird Flower. HEX triplet: CF, BE and 19. RGB value is (207,190,25). Sum of RGB (Red+Green+Blue) = 207+190+25=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE19 is #3041E6. Grayscale: #B0B0B0. Windows color (decimal): -3162599 or 1687247. OLE color: 1687247.

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

Color convert

RGB 207 190 25 -
CMYK 0 0.08 0.88 0.19
HSL 54.4º 0.78% 0.45% -
HSV(B) 54.4º 0.88% 0.81% -
XYZ 44.32 50.16 8.27 -
YUV 176.27 42.63 149.92 -
System Red Green Blue C M Y K H S L
Decimal 207 190 25 0 0.08 0.88 0.19 54.4 0.78 0.45
Hex CF BE 19 0 8 58 13 36 4E 2D
Octal 317 276 31 0 10 130 23 66 116 55
Binary 11001111 10111110 11001 0 1000 1011000 10011 110110 1001110 101101

Color Harmonies of #CFBE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE19

Black with #CFBE19

Text Example


Text Example

White with #CFBE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE19; }

 p { color: rgb(207,190,25); }

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

background-color css

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

 a { background-color: rgb(207,190,25); }

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

border-color css

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

 span { border-color: rgb(207,190,25); }

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